Package-level declarations

Types

Link copied to clipboard
class GrpcAuthServiceAdapter(authService: AuthService, groupService: GroupService) : AuthServiceGrpcKt.AuthServiceCoroutineImplBase

Adapter class for gRPC authentication service.

Link copied to clipboard
class GrpcGroupServiceAdapter(groupService: GroupService) : GroupServiceGrpcKt.GroupServiceCoroutineImplBase

Adapter class for gRPC Group Service. This class is responsible for adapting the gRPC service methods to the internal service methods.

Link copied to clipboard
class GrpcUserServiceAdapter(userService: UserService) : UserServiceGrpcKt.UserServiceCoroutineImplBase

Adapter class for gRPC Group Service. This class is responsible for adapting the gRPC service methods to the internal service methods.

Link copied to clipboard

Utility class for creating status messages.

Properties

Link copied to clipboard

Constant message used when a group is not found.

Link copied to clipboard

Constant message used when a user is not found.